# whitelabel_template/ is the extension source used by WhitelabelGenerator.php
# (server-side PHP reads it directly from disk). It must NOT be downloadable over
# the web — otherwise anyone can pull the full extension source/WASM for analysis.
Require all denied

<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
